From 076ca84db00c9025b6abf093a8e4d5fe4ca88477 Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Tue, 3 Jul 2018 16:58:17 -0600 Subject: [PATCH] eliminate some redundant redclarations. (#217) --- ignrando.cc | 4 ---- xmltag.cc | 2 -- 2 files changed, 6 deletions(-) diff --git a/ignrando.cc b/ignrando.cc index f469c25de..196cdc833 100644 --- a/ignrando.cc +++ b/ignrando.cc @@ -71,10 +71,6 @@ ignr_xml_error(int condition) /* xmlgeneric callbacks */ -static xg_callback ignr_start; -static xg_callback ignr_nb_etapes, ignr_descr; -static xg_callback ignr_etape_begin, ignr_etape_end; - static void ignr_start(xg_string, const QXmlStreamAttributes*) { diff --git a/xmltag.cc b/xmltag.cc index 021da7cd7..ede8ce021 100644 --- a/xmltag.cc +++ b/xmltag.cc @@ -116,8 +116,6 @@ convert_xml_tag(xml_tag* tag) convert_xml_tag(tag->child); } -fs_xml* fs_xml_alloc(long type); - static void fs_xml_destroy(void* fs) { -- 2.30.2